github.com/klauspost/compress/huff0.Scratch.prevTableLog (field)
7 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L89: s.actualTableLog = s.prevTableLog
compress.go#L124: s.actualTableLog = s.prevTableLog
compress.go#L160: s.prevTable, s.prevTableLog, s.cTable = s.cTable, s.actualTableLog, s.prevTable[:0]
decompress.go#L140: s.prevTableLog = s.actualTableLog
huff0.go#L113: prevTableLog uint8 // Tablelog for previous table
huff0.go#L131: s.prevTableLog = src.prevTableLog
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |